home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Bus / A / 4D Feb Etrnls.cpt / Feb.Ext.rsrc / 4DTE_15030 < prev    next >
Text File  |  1988-02-16  |  335b  |  5 lines

  1. YesNo(Expr;Var)
  2.    Expr is an alphanumeric expression
  3.    Var is a numeric variable
  4.  
  5. YesNo displays a dialog with the message specified by Expr. There are 3 buttons in the dialog : Yes, No and Cancel. If the user clicks in Yes, Var is equal to 1, if the user clicks in No, it is eqal to 0, if the user clicks in Cancel it is equal to 2.